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 | 沃??伊?? | 1001011110000000001111110011111110001000110010010011111100111111 | 97803f3f88c93f3f |
EUC-JP | 沃??伊?? | 1100110111100000001111110011111110110000110010110011111100111111 | cde03f3fb0cb3f3f |
UTF-8 | 沃ㅼ꼯伊덃걲 | 111001101011001010000011111000111000010110111100111010101011110010101111111001001011110010001010111010111000110110000011111010101011000110110010 | e6b283e385bceabcafe4bc8aeb8d83eab1b2 |
UHC | 沃ㅼ꼯伊덃걲 | 111010001010101010100100111011001000010010001010111011001010010110001000111001101000000110011001 | e8aaa4ec848aeca588e68199 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)