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 | 臍?l?瓏? | 111001000110000000111111100000101000110000111111111000001111101000111111 | e4603f828c3fe0fa3f |
EUC-JP | 臍?l?瓏? | 111001111100000100111111101000111110110000111111111000001111110000111111 | e7c13fa3ec3fe0fc3f |
UTF-8 | 臍멨l롊瓏렜 | 111010001000011110001101111010111010100110101000111011111011110110001100111010111010000110001010111001111001001110001111111010111010000010011100 | e8878deba9a8efbd8ceba18ae7938feba09c |
UHC | 臍멨l롊瓏렜 | 111100001011000010111000111001011010001111101100100011101101000011010110111010101000111010101110 | f0b0b8e5a3ec8ed0d6ea8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)