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 | ???艤?? | 00111111001111110011111111100100011111100011111100111111 | 3f3f3fe47e3f3f |
EUC-JP | ???艤?? | 00111111001111110011111111100111110111110011111100111111 | 3f3f3fe7df3f3f |
UTF-8 | 樂낅뜆艤녻괴 | 111011111010011010111111111010111000001010000101111010111001110010000110111010001000100110100100111010111000010110111011111010101011010010110100 | efa6bfeb8285eb9c86e889a4eb85bbeab4b4 |
UHC | 樂낅뜆艤녻괴 | 111010001111100110000101111010111000110110001001111010111111101010000110111010001011000110101011 | e8f985eb8d89ebfa86e8b1ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)