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 | 蜃駆万逵陰 | 11100101100001111000101111101100100101101001110011100111100111001000100101000001 | e5878bec969ce79c8941 |
EUC-JP | 蜃駆万逵陰 | 11101001111001111011011011101110110010111111110011101101111111001011000110100010 | e9e7b6eecbfcedfcb1a2 |
UTF-8 | 蜃駆万逵陰 | 111010001001110010000011111010011010011110000110111001001011100010000111111010011000000010110101111010011001100110110000 | e89c83e9a786e4b887e980b5e999b0 |
UHC | 蜃?万逵陰 | 111000111111000100111111110110001011001011010000101100001110101111100100 | e3f13fd8b2d0b0ebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)