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 | 蛟剰娘 | 111001011000000010001111111010001001011010111010 | e5808fe896ba |
EUC-JP | 蛟剰娘 | 111010011110000010111110111010101100110010111100 | e9e0beeaccbc |
UTF-8 | 蛟剰娘 | 111010001001101110011111111001011000100110110000111001011010100010011000 | e89b9fe589b0e5a898 |
UHC | 蛟?娘 | 1100111011110001001111111101001010100110 | cef13fd2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)