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 | 重?肄??只 | 100011110110010000111111111000111110010100111111001111111001000111111100 | 8f643fe3e53f3f91fc |
EUC-JP | 重?肄??只 | 101111011100010100111111111001101110011100111111001111111100001011111110 | bdc53fe6e73f3fc2fe |
UTF-8 | 重렜肄펙봉只 | 111010011000011110001101111010111010000010011100111010001000001010000100111011011000111010011001111010111011010010001001111001011000111110101010 | e9878deba09ce88284ed8e99ebb489e58faa |
UHC | 重렜肄펙봉只 | 111100011110110010001110101011101110110010111101110001101110010110111010110000001111000111111110 | f1ec8eaeecbdc6e5bac0f1fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)