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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 沃???よ | 10010111100000000011111100111111001111111000001011100110 | 97803f3f3f82e6 |
EUC-JP | 沃???よ | 11001101111000000011111100111111001111111010010011101000 | cde03f3f3fa4e8 |
UTF-8 | 沃쇰쉘藺よ | 111001101011001010000011111011001000011110110000111011001000100110011000111011111010011110110000111000111000001010001000 | e6b283ec87b0ec8998efa7b0e38288 |
UHC | 沃쇰쉘藺よ | 11101000101010101011110011101011101111011010100111101100111000011010101011101000 | e8aabcebbda9ece1aae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)