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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 帳??k | 1001001010100000001111110011111101101011 | 92a03f3f6b |
EUC-JP | 帳??k | 1100010010100010001111110011111101101011 | c4a23f3f6b |
UTF-8 | 帳욅댚k | 11100101101110001011001111101100100110101000010111101011100011001001101001101011 | e5b8b3ec9a85eb8c9a6b |
UHC | 帳욅댚k | 11101101111000111001111011100111100010001011111001101011 | ede39ee788be6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)