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 | 瑤??嵬?? | 1110101010100010001111110011111110011011110010100011111100111111 | eaa23f3f9bca3f3f |
EUC-JP | 瑤??嵬?? | 1111010010100100001111110011111111010110110011000011111100111111 | f4a43f3fd6cc3f3f |
UTF-8 | 瑤덄돉嵬룩벣 | 111001111001000110100100111010111000110110000100111010111000111110001001111001011011010110101100111010111010001110101001111010111011001010100011 | e791a4eb8d84eb8f89e5b5aceba3a9ebb2a3 |
UHC | 瑤덄돉嵬룩벣 | 111010001111110110001000111001111000100110011001111010001110001110110111111010001001001110111100 | e8fd88e78999e8e3b7e893bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)