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 | 阿??歟?? | 1000100010100010001111110011111110011111011000100011111100111111 | 88a23f3f9f623f3f |
EUC-JP | 阿??歟?? | 1011000010100100001111110011111111011101110000110011111100111111 | b0a43f3fddc33f3f |
UTF-8 | 阿숈뼐歟길뫍 | 111010011001100010111111111011001000100010001000111010111011110010010000111001101010110110011111111010101011100010111000111010111010101110001101 | e998bfec8888ebbc90e6ad9feab8b8ebab8d |
UHC | 阿숈뼐歟길뫍 | 111001001011100110011001111011001001011010011000111001101010001010110001111001101001000110101111 | e4b999ec9698e6a2b1e691af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)