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 | 円??濡?? | 1000100101111110001111110011111110010100010001110011111100111111 | 897e3f3f94473f3f |
EUC-JP | 円??濡?? | 1011000111011111001111110011111111000111101010000011111100111111 | b1df3f3fc7a83f3f |
UTF-8 | 円잒댒濡됰졎 | 111001011000011010000110111011001001111010010010111010111000110010010010111001101011111110100001111010111001000010110000111011001010000110001110 | e58686ec9e92eb8c92e6bfa1eb90b0eca18e |
UHC | 円잒댒濡됰졎 | 111001011111011110011111111010001000100010111001111010111010000110001001111010111010000010111011 | e5f79fe888b9eba189eba0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)