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 | 10001000111111000011111110001000111111000011111101000010 | 88fc3f88fc3f42 |
EUC-JP | 蔭?蔭?B | 10110000111111100011111110110000111111100011111101000010 | b0fe3fb0fe3f42 |
UTF-8 | 蔭툆蔭툆B | 11101000100101001010110111101101100010001000011011101000100101001010110111101101100010001000011001000010 | e894aded8886e894aded888642 |
UHC | 蔭툆蔭툆B | 111010111110001110111000011110101110101111100011101110000111101001000010 | ebe3b87aebe3b87a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)