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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 傭??節 | 100101110110001000111111001111111001000011011111 | 97623f3f90df |
EUC-JP | 傭??節 | 110011011100001100111111001111111100000011100001 | cdc33f3fc0e1 |
UTF-8 | 傭⑵닋節 | 111001011000001010101101111000101001000110110101111010111000101110001011111001111010111110000000 | e582ade291b5eb8b8be7af80 |
UHC | 傭⑵닋節 | 1110100110110110101010011110100010001000100100101110111110111101 | e9b6a9e88892efbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)