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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蔭????? | 10001000111111000011111100111111001111110011111100111111 | 88fc3f3f3f3f3f |
EUC-JP | 蔭????? | 10110000111111100011111100111111001111110011111100111111 | b0fe3f3f3f3f3f |
UTF-8 | 蔭붿넖溜좊죺 | 111010001001010010101101111010111011011010111111111010111000010010010110111011111010011110001011111011001010001010001010111011001010001110111010 | e894adebb6bfeb8496efa78beca28aeca3ba |
UHC | 蔭붿넖溜좊죺 | 111010111110001110010100111011001000011010011111111010101111111010100000111010111010000110010100 | ebe394ec869feafea0eba194 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)