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 | 筝壕尚 | 111000101011011010001101100010001000111110101110 | e2b68d888fae |
EUC-JP | 筝壕尚 | 111001001011100010111001111010001011111010110000 | e4b8b9e8beb0 |
UTF-8 | 筝壕尚 | 111001111010110110011101111001011010001110010101111001011011000010011010 | e7ad9de5a395e5b09a |
UHC | ?壕? | 00111111111110111011110100111111 | 3ffbbd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)