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 | 荵俾ア滔嘗 | 111001001011100110011000111010101011000110011111111010111000111110100110 | e4b998eab19feb8fa6 |
EUC-JP | 荵俾ア滔嘗 | 11101000101110111101000011101100100011101011000111011110111011011011111010101000 | e8bbd0ec8eb1deedbea8 |
UTF-8 | 荵俾ア滔嘗 | 111010001000110110110101111001001011111110111110111011111011110110110001111001101011101110010100111001011001100010010111 | e88db5e4bfbeefbdb1e6bb94e59897 |
UHC | ???滔嘗 | 00111111001111110011111111010100101001011101111111000100 | 3f3f3fd4a5dfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)