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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阡礼ィョ蠕摘 | 11101000100101001001011111100111101010001010111011100101101111101001001101000101 | e89497e7a8aee5be9345 |
EUC-JP | 阡礼ィョ蠕摘 | 111011111111010011001110111010011000111010101000100011101010111011101010110000001100010110100110 | eff4cee98ea88eaeeac0c5a6 |
UTF-8 | 阡礼ィョ蠕摘 | 111010011001100010100001111001111010010010111100111011111011110110101000111011111011110110101110111010001010000010010101111001101001000110011000 | e998a1e7a4bcefbda8efbdaee8a095e69198 |
UHC | 阡????摘 | 1111010011000110001111110011111100111111001111111110111011010111 | f4c63f3f3f3feed7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)