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 | 蒻??鎰?? | 1110010011101000001111110011111111101000010011000011111100111111 | e4e83f3fe84c3f3f |
EUC-JP | 蒻??鎰?? | 1110100011101010001111110011111111101111101011010011111100111111 | e8ea3f3fefad3f3f |
UTF-8 | 蒻몃쪋鎰볩쬊 | 111010001001001010111011111010111010101010000011111011001010101010001011111010011000111010110000111010111011001110101001111011001010110010001010 | e892bbebaa83ecaa8be98eb0ebb3a9ecac8a |
UHC | 蒻몃쪋鎰볩쬊 | 111001011011011010111000111010111010010110000101111011001111000010010011111011111010011010100000 | e5b6b8eba585ecf093efa6a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)