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 | ??±?? | 0011111100111111101100010011111100111111 | 3f3fb13f3f |
SJIS-WIN | 癲?±肄? | 1110000110011111001111111000000101111101111000111110010100111111 | e19f3f817de3e53f |
EUC-JP | 癲?±肄? | 1110001010100001001111111010000111011110111001101110011100111111 | e2a13fa1dee6e73f |
UTF-8 | 癲룹±肄됧 | 1110011110011001101100101110101110100011101110011100001010110001111010001000001010000100111010111001000010100111 | e799b2eba3b9c2b1e88284eb90a7 |
UHC | 癲룹±肄됧 | 11101111101001101011011111101100101000011011111011101100101111011000100111100101 | efa6b7eca1beecbd89e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)