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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?搢???? | 0011111110001111110000001100111100111111001111110011111100111111 | 3f8fc0cf3f3f3f3f |
UTF-8 | 렮搢롃렑롇렮 | 111010111010000010101110111001101001000010100010111010111010000110000011111010111010000010010001111010111010000110000111111010111010000010101110 | eba0aee690a2eba183eba091eba187eba0ae |
UHC | 렮搢롃렑롇렮 | 100011101011101111110010110010101000111011001010100011101010011010001110110011011000111010111011 | 8ebbf2ca8eca8ea68ecd8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)