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 | 蛟剰献 | 111001011000000010001111111010001000110010100011 | e5808fe88ca3 |
EUC-JP | 蛟剰献 | 111010011110000010111110111010101011100010100101 | e9e0beeab8a5 |
UTF-8 | 蛟剰献 | 111010001001101110011111111001011000100110110000111001111000110010101110 | e89b9fe589b0e78cae |
UHC | 蛟?? | 11001110111100010011111100111111 | cef13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)