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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淼。逵ク | 111110110100010110100001111001111001110010111000 | fb45a1e79cb8 |
EUC-JP | 淼。逵ク | 100011111100011111100110100011101010000111101101111111001000111010111000 | 8fc7e68ea1edfc8eb8 |
UTF-8 | 淼。逵ク | 111001101011011110111100111011111011110110100001111010011000000010110101111011111011110110111000 | e6b7bcefbda1e980b5efbdb8 |
UHC | ??逵? | 0011111100111111110100001011000000111111 | 3f3fd0b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)