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 | ???鈺?? | 00111111001111110011111111111011110001000011111100111111 | 3f3f3ffbc43f3f |
EUC-JP | ???鈺?? | 0011111100111111001111111000111111100011110101010011111100111111 | 3f3f3f8fe3d53f3f |
UTF-8 | 曆쇽쉔鈺곫뇛 | 111011111010011010001011111011001000011110111101111011001000100110010100111010011000100010111010111010101011001110101011111010111000011110011011 | efa68bec87bdec8994e988baeab3abeb879b |
UHC | 曆쇽쉔鈺곫뇛 | 111001101011011110111100111011111011110110101000111010001010110110000001111001101000011110000110 | e6b7bcefbda8e8ad81e68786 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)