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 | ?頭?? | 0011111110010011101010100011111100111111 | 3f93aa3f3f |
EUC-JP | 祜頭?? | 10001111110100001101100011000110101011000011111100111111 | 8fd0d8c6ac3f3f |
UTF-8 | 祜頭띷님 | 111001111010010110011100111010011010000010101101111010111001110110110111111010111000101110011000 | e7a59ce9a0adeb9db7eb8b98 |
UHC | 祜頭띷님 | 1111101111010100110101001110100110001101111001101011010011010100 | fbd4d4e98de6b4d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)