To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阿?』??? | 1000100010100010001111111000000101111000001111110011111100111111 | 88a23f81783f3f3f |
EUC-JP | 阿?』沅?? | 10110000101001000011111110100001110110011000111111000110111010010011111100111111 | b0a43fa1d98fc6e93f3f |
UTF-8 | 阿잛』沅쀯쭓 | 111010011001100010111111111011001001111010011011111000111000000010001111111001101011001010000101111011001000000010101111111011001010110110010011 | e998bfec9e9be3808fe6b285ec80afecad93 |
UHC | 阿잛』沅쀯쭓 | 111001001011100110011111111011001010000110111011111010101011011010010111111011111010011110001011 | e4b99feca1bbeab697efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)