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 | ???韋?? | 00111111001111110011111111101000111010000011111100111111 | 3f3f3fe8e83f3f |
EUC-JP | 孼??韋?? | 100011111011101011000011001111110011111111110000111010100011111100111111 | 8fbac33f3ff0ea3f3f |
UTF-8 | 孼뽰쥓韋껆퉯 | 111001011010110110111100111010111011110110110000111011001010010110010011111010011001111110001011111010101011101110000110111011011000100110101111 | e5adbcebbdb0eca593e99f8beabb86ed89af |
UHC | 孼뽰쥓韋껆퉯 | 111001011110110110010110111011001010001010001010111010101101111110000011111001111011100110000111 | e5ed96eca28aeadf83e7b987 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)