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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 돀뛦굦먳 | 111010111000111110000000111010111001101110100110111010101011010110100110111010111010100010110011 | eb8f80eb9ba6eab5a6eba8b3 |
UHC | 돀뛦굦먳 | 1000100110010011100011010110100110000010100011001001000011110000 | 89938d69828c90f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)