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 | 裘芽イ岩 | 11100101111000101000100111101000101100101000101011100010 | e5e289e8b28ae2 |
EUC-JP | 裘芽イ岩 | 1110101011100100101100101110101010001110101100101011010011100100 | eae4b2ea8eb2b4e4 |
UTF-8 | 裘芽イ岩 | 111010001010001110011000111010001000101010111101111011111011110110110010111001011011001010101001 | e8a398e88abdefbdb2e5b2a9 |
UHC | ?芽?岩 | 001111111110010010110100001111111110010011011011 | 3fe4b43fe4db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)