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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 弴悉寀 | 111110101011100010001110101110111111101010100111 | fab88ebbfaa7 |
EUC-JP | 弴悉寀 | 1000111110111100111011011011110010111101100011111011101011011011 | 8fbcedbcbd8fbadb |
UTF-8 | 弴悉寀 | 111001011011110010110100111001101000001010001001111001011010111110000000 | e5bcb4e68289e5af80 |
UHC | ?悉寀 | 0011111111100011111110101111001111110010 | 3fe3faf3f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)