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 | 域????? | 10001000111001100011111100111111001111110011111100111111 | 88e63f3f3f3f3f |
EUC-JP | 域????? | 10110000111010000011111100111111001111110011111100111111 | b0e83f3f3f3f3f |
UTF-8 | 域밤냱溜곕젶 | 111001011001111110011111111010111011000010100100111010111000001110110001111011111010011110001011111010101011001110010101111011001010000010110110 | e59f9febb0a4eb83b1efa78beab395eca0b6 |
UHC | 域밤냱溜곕젶 | 111001101011010010111001111000111000011010000001111010101111111010110000111010111010000010101010 | e6b4b9e38681eafeb0eba0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)