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 | LB±G | 1001001001001100100100100100001010010001101100011001001001000111 | 924c924291b19247 |
SJIS-WIN | ?L?B?±?G | 001111110100110000111111010000100011111110000001011111010011111101000111 | 3f4c3f423f817d3f47 |
EUC-JP | ?L?B?±?G | 001111110100110000111111010000100011111110100001110111100011111101000111 | 3f4c3f423fa1de3f47 |
UTF-8 | LB±G | 11000010100100100100110011000010100100100100001011000010100100011100001010110001110000101001001001000111 | c2924cc29242c291c2b1c29247 |
UHC | ?L?B?±?G | 001111110100110000111111010000100011111110100001101111100011111101000111 | 3f4c3f423fa1be3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)