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 | ??±??? | 001111110011111110110001001111110011111100111111 | 3f3fb13f3f3f |
SJIS-WIN | 癲?±肄?? | 111000011001111100111111100000010111110111100011111001010011111100111111 | e19f3f817de3e53f3f |
EUC-JP | 癲?±肄?? | 111000101010000100111111101000011101111011100110111001110011111100111111 | e2a13fa1dee6e73f3f |
UTF-8 | 癲룹±肄됧윜 | 1110011110011001101100101110101110100011101110011100001010110001111010001000001010000100111010111001000010100111111011001001110010011100 | e799b2eba3b9c2b1e88284eb90a7ec9c9c |
UHC | 癲룹±肄됧윜 | 111011111010011010110111111011001010000110111110111011001011110110001001111001011001111110011111 | efa6b7eca1beecbd89e59f9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)