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 | 柴湘リ赦 | 10001110110001001000111111000011110110001000111011001101 | 8ec48fc3d88ecd |
EUC-JP | 柴湘リ赦 | 1011110011000110101111101100010110001110110110001011110011001111 | bcc6bec58ed8bccf |
UTF-8 | 柴湘リ赦 | 111001101001111110110100111001101011100110011000111011111011111010011000111010001011010110100110 | e69fb4e6b998efbe98e8b5a6 |
UHC | 柴湘?赦 | 11100011110000111101111111001111001111111101111011110101 | e3c3dfcf3fdef5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)