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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | ヤシ?V | 11010100101111000011111101010110 | d4bc3f56 |
EUC-JP | ヤシ杈V | 1000111011010100100011101011110010001111110000101111101001010110 | 8ed48ebc8fc2fa56 |
UTF-8 | ヤシ杈V | 11101111101111101001010011101111101111011011110011100110100111011000100001010110 | efbe94efbdbce69d8856 |
UHC | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)