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 | 尺錂煮 | 100011101101101011111011110111101000111011001111 | 8edafbde8ecf |
EUC-JP | 尺錂煮 | 10111100110111001000111111100100110101001011110011010001 | bcdc8fe4d4bcd1 |
UTF-8 | 尺錂煮 | 111001011011000010111010111010011000110010000010111001111000010110101110 | e5b0bae98c82e785ae |
UHC | 尺?煮 | 1111010010101001001111111110110110110100 | f4a93fedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)