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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 飮??飮??B | 100111110101101000111111001111111001111101011010001111110011111101000010 | 9f5a3f3f9f5a3f3f42 |
EUC-JP | 飮??飮??B | 110111011011101100111111001111111101110110111011001111110011111101000010 | ddbb3f3fddbb3f3f42 |
UTF-8 | 飮뤿옿飮뤿옿B | 11101001101000111010111011101011101001001011111111101100100110001011111111101001101000111010111011101011101001001011111111101100100110001011111101000010 | e9a3aeeba4bfec98bfe9a3aeeba4bfec98bf42 |
UHC | 飮뤿옿飮뤿옿B | 11101011111001101000111111101011100111101011010011101011111001101000111111101011100111101011010001000010 | ebe68feb9eb4ebe68feb9eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)