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 | 俉??巍 | 111110100110000100111111001111111001101111011001 | fa613f3f9bd9 |
EUC-JP | 俉??巍 | 10001111101100011011101100111111001111111101011011011011 | 8fb1bb3f3fd6db |
UTF-8 | 俉쇗쉻巍 | 111001001011111110001001111011001000011110010111111011001000100110111011111001011011011110001101 | e4bf89ec8797ec89bbe5b78d |
UHC | 俉쇗쉻巍 | 1110011111101011101111001110011010011010100100011110100011100100 | e7ebbce69a91e8e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)