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 | 沃??暗?? | 1001011110000000001111110011111110001000110000110011111100111111 | 97803f3f88c33f3f |
EUC-JP | 沃??暗?? | 1100110111100000001111110011111110110000110001010011111100111111 | cde03f3fb0c53f3f |
UTF-8 | 沃쇗쭇暗믥눥 | 111001101011001010000011111011001000011110010111111011001010110110000111111001101001101010010111111010111010111110100101111010111000100010100101 | e6b283ec8797ecad87e69a97ebafa5eb88a5 |
UHC | 沃쇗쭇暗믥눥 | 111010001010101010111100111001101010011110000011111001001101111010010010111001111000011110111100 | e8aabce6a783e4de92e787bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)