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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 厓???▼?\ | 111110101000110100111111001111110011111110000001101001010011111101011100 | fa8d3f3f3f81a53f5c |
EUC-JP | 厓???▼?\ | 10001111101101001100011100111111001111110011111110100010101001110011111101011100 | 8fb4c73f3f3fa2a73f5c |
UTF-8 | 厓⒵뿈曆▼룴\ | 11100101100011101001001111100010100100101011010111101011101111111000100011101111101001101000101111100010100101101011110011101011101000111011010001011100 | e58e93e292b5ebbf88efa68be296bceba3b45c |
UHC | 厓⒵뿈曆▼룴\ | 11100100111011011010100111100110100101111000111111100110101101111010000111100101100011111010100101011100 | e4eda9e6978fe6b7a1e58fa95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)