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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 航??帳? | 10001101011100010011111100111111100100101010000000111111 | 8d713f3f92a03f |
EUC-JP | 航??帳? | 10111001110100100011111100111111110001001010001000111111 | b9d23f3fc4a23f |
UTF-8 | 航룟츒帳㎩ | 111010001000100010101010111010111010001110011111111011001011100010010010111001011011100010110011111000111000111010101001 | e888aaeba39fecb892e5b8b3e38ea9 |
UHC | 航룟츒帳㎩ | 11111001111111101011011111100101101011101000110111101101111000111010011111100101 | f9feb7e5ae8dede3a7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)