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 | 鞣呎サ | 1110100011100010100110011110011010111011 | e8e299e6bb |
EUC-JP | 鞣呎サ | 111100001110010011010010111010001000111010111011 | f0e4d2e88ebb |
UTF-8 | 鞣呎サ | 111010011001111010100011111001011001000110001110111011111011110110111011 | e99ea3e5918eefbdbb |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)