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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嚥??幽?? | 1001101010001011001111110011111110010111010010000011111100111111 | 9a8b3f3f97483f3f |
EUC-JP | 嚥??幽?? | 1101001111101011001111110011111111001101101010010011111100111111 | d3eb3f3fcda93f3f |
UTF-8 | 嚥싢뫕幽긺뙳 | 111001011001101010100101111011001000101110100010111010111010101110010101111001011011100110111101111010101011100010111010111010111001100110110011 | e59aa5ec8ba2ebab95e5b9bdeab8baeb99b3 |
UHC | 嚥싢뫕幽긺뙳 | 111001101011111110011010111000101001000110110111111010101110101110110001111001111000110010110110 | e6bf9ae291b7eaebb1e78cb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)