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 | 沃??爺よ? | 100101111000000000111111001111111001011011101010100000101110011000111111 | 97803f3f96ea82e63f |
EUC-JP | 沃??爺よ? | 110011011110000000111111001111111100110011101100101001001110100000111111 | cde03f3fcceca4e83f |
UTF-8 | 沃쇱옿爺よ뼌 | 111001101011001010000011111011001000011110110001111011001001100010111111111001111000100010111010111000111000001010001000111010111011110010001100 | e6b283ec87b1ec98bfe788bae38288ebbc8c |
UHC | 沃쇱옿爺よ뼌 | 111010001010101010111100111011001001111010110100111001011010110010101010111010001001011010010100 | e8aabcec9eb4e5acaae89694 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)