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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 牆菰牆菰B | 111000001010110110001100110101001110000010101101100011001101010001000010 | e0ad8cd4e0ad8cd442 |
EUC-JP | 牆菰牆菰B | 111000001010111110111000110101101110000010101111101110001101011001000010 | e0afb8d6e0afb8d642 |
UTF-8 | 牆菰牆菰B | 11100111100010011000011011101000100011111011000011100111100010011000011011101000100011111011000001000010 | e78986e88fb0e78986e88fb042 |
UHC | 牆菰牆菰B | 111011011110110111001101110010101110110111101101110011011100101001000010 | ededcdcaededcdca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)