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 | 沃???よ? | 1001011110000000001111110011111100111111100000101110011000111111 | 97803f3f3f82e63f |
EUC-JP | 沃???よ? | 1100110111100000001111110011111100111111101001001110100000111111 | cde03f3f3fa4e83f |
UTF-8 | 沃쇰쉘藺よ퉪 | 111001101011001010000011111011001000011110110000111011001000100110011000111011111010011110110000111000111000001010001000111011011000100110101010 | e6b283ec87b0ec8998efa7b0e38288ed89aa |
UHC | 沃쇰쉘藺よ퉪 | 111010001010101010111100111010111011110110101001111011001110000110101010111010001011100110000010 | e8aabcebbda9ece1aae8b982 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)