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 | ???x{d | 001111110011111100111111011110000111101101100100 | 3f3f3f787b64 |
SJIS-WIN | ?冀ぃx{d | 0011111110011001011000101000001010100001011110000111101101100100 | 3f996282a1787b64 |
EUC-JP | ?冀ぃx{d | 0011111111010001110000111010010010100011011110000111101101100100 | 3fd1c3a4a3787b64 |
UTF-8 | 룶冀ぃx{d | 111010111010001110110110111001011000011010000000111000111000000110000011011110000111101101100100 | eba3b6e58680e38183787b64 |
UHC | 룶冀ぃx{d | 100011111010101111010000111011011010101010100011011110000111101101100100 | 8fabd0edaaa3787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)