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 | 痔鈐式邪 | 11110010111001111000111010100100111110111100001010001110101011101000111011010111 | f2e78ea4fbc28eae8ed7 |
EUC-JP | ?痔鈐式邪 | 00111111101111001010011010001111111000111100000110111100101100001011110011011001 | 3fbca68fe3c1bcb0bcd9 |
UTF-8 | 痔鈐式邪 | 111011101000100010011110111001111001011110010100111010011000100010010000111001011011110010001111111010011000001010101010 | ee889ee79794e98890e5bc8fe982aa |
UHC | ?痔鈐式邪 | 001111111111011011000000110011001010001011100011110100101101111011110111 | 3ff6c0cca2e3d2def7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)