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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | フ鮟 | 11110000111000001100110011101001101110111111011011101000 | f0e0cce9bbf6e8 |
EUC-JP | ?フ鮟? | 001111111000111011001100111100101011110100111111 | 3f8eccf2bd3f |
UTF-8 | フ鮟 | 111011101000001010011111111011111011111010001100111010011010111010011111111011101001010010001111 | ee829fefbe8ce9ae9fee948f |
UHC | ??鮟? | 0011111100111111111001001101010100111111 | 3f3fe4d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)