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 | 蜈鯉ス | 1110010110000101100011001110111110111101 | e5858cefbd |
EUC-JP | 蜈鯉ス | 111010011110010110111000111100011000111010111101 | e9e5b8f18ebd |
UTF-8 | 蜈鯉ス | 111010001001110010001000111010011010111110001001111011111011110110111101 | e89c88e9af89efbdbd |
UHC | 蜈鯉? | 1110100010100101110101111110111100111111 | e8a5d7ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)