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 | 茫∽ア羶 | 1110010010101001100000011110010010000011010000011110001110111101 | e4a981e48341e3bd |
EUC-JP | 茫∽ア羶 | 1110100010101011101000101110011010100101101000101110011010111111 | e8aba2e6a5a2e6bf |
UTF-8 | 茫∽ア羶 | 111010001000110010101011111000101000100010111101111000111000001010100010111001111011111010110110 | e88cabe288bde382a2e7beb6 |
UHC | 茫∽ア? | 11011000110101001010000111101111101010111010001000111111 | d8d4a1efaba23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)