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 | 苳壕迂苹 | 1110010010010100100011011000100010001001010010011110010010011001 | e4948d888949e499 |
EUC-JP | 苳壕迂苹 | 1110011111110100101110011110100010110001101010101110011111111001 | e7f4b9e8b1aae7f9 |
UTF-8 | 苳壕迂苹 | 111010001000101110110011111001011010001110010101111010001011111110000010111010001000101110111001 | e88bb3e5a395e8bf82e88bb9 |
UHC | ?壕迂? | 001111111111101110111101111010011110011000111111 | 3ffbbde9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)