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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????岳?? | 0011111100111111001111110011111110001010011110000011111100111111 | 3f3f3f3f8a783f3f |
EUC-JP | ????岳?? | 0011111100111111001111110011111110110011110110010011111100111111 | 3f3f3f3fb3d93f3f |
UTF-8 | 솽섭렊롇岳롕렖 | 111011001000011010111101111011001000010010101101111010111010000010001010111010111010000110000111111001011011001010110011111010111010000110010101111010111010000010010110 | ec86bdec84adeba08aeba187e5b2b3eba195eba096 |
UHC | 솽섭렊롇岳롕렖 | 1011110011100001101111001011011110001110101000011000111011001101111001001011111110001110110110011000111010101011 | bce1bcb78ea18ecde4bf8ed98eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)