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 | ?▼?訝?? | 0011111110000001101001010011111111100110011000100011111100111111 | 3f81a53fe6623f3f |
EUC-JP | ?▼?訝?? | 0011111110100010101001110011111111101011110000110011111100111111 | 3fa2a73febc33f3f |
UTF-8 | 曆▼렘訝방겘 | 111011111010011010001011111000101001011010111100111010111010000010011000111010001010100010011101111010111011000010101001111010101011001010011000 | efa68be296bceba098e8a89debb0a9eab298 |
UHC | 曆▼렘訝방겘 | 111001101011011110100001111001011011011110111101111001001011100010111001111001101000000110101111 | e6b7a1e5b7bde4b8b9e681af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)