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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 渙湫Lh渙湫L | 1001111111010000100111111101010101001100011010001001111111010000100111111101010101001100 | 9fd09fd54c689fd09fd54c |
EUC-JP | 渙湫Lh渙湫L | 1101111011010010110111101101011101001100011010001101111011010010110111101101011101001100 | ded2ded74c68ded2ded74c |
UTF-8 | 渙湫Lh渙湫L | 111001101011100010011001111001101011100110101011010011000110100011100110101110001001100111100110101110011010101101001100 | e6b899e6b9ab4c68e6b899e6b9ab4c |
UHC | 渙湫Lh渙湫L | 1111110010111001111101011101001101001100011010001111110010111001111101011101001101001100 | fcb9f5d34c68fcb9f5d34c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)