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 | 第?┃? | 100100011110011000111111100001001010101100111111 | 91e63f84ab3f |
EUC-JP | 第?┃? | 110000101110100000111111101010001010110100111111 | c2e83fa8ad3f |
UTF-8 | 第꿨┃롊 | 111001111010110010101100111010101011111110101000111000101001010010000011111010111010000110001010 | e7acaceabfa8e29483eba18a |
UHC | 第꿨┃롊 | 1111000010101111101100101110010110100110101011011000111011010000 | f0afb2e5a6ad8ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)