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 | 蒻????/ | 1110010011101000001111110011111100111111001111111000000101011110 | e4e83f3f3f3f815e |
EUC-JP | 蒻????/ | 1110100011101010001111110011111100111111001111111010000110111111 | e8ea3f3f3f3fa1bf |
UTF-8 | 蒻몃쪉留녶/ | 111010001001001010111011111010111010101010000011111011001010101010001001111011111010011110001101111010111000010110110110111011111011110010001111 | e892bbebaa83ecaa89efa78deb85b6efbc8f |
UHC | 蒻몃쪉留녶/ | 111001011011011010111000111010111010010110000011111010111010011110000110111001011010001110101111 | e5b6b8eba583eba786e5a3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)