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 | 癲??肉よ? | 111000011001111100111111001111111001001111110111100000101110011000111111 | e19f3f3f93f782e63f |
EUC-JP | 癲??肉よ? | 111000101010000100111111001111111100011011111001101001001110100000111111 | e2a13f3fc6f9a4e83f |
UTF-8 | 癲섍퉭肉よ뙲 | 111001111001100110110010111011001000010010001101111011011000100110101101111010001000001010001001111000111000001010001000111010111001100110110010 | e799b2ec848ded89ade88289e38288eb99b2 |
UHC | 癲섍퉭肉よ뙲 | 111011111010011010011000111010101011100110000101111010111011111110101010111010001000110010110101 | efa698eab985ebbfaae88cb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)