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 | ???[??? | 00111111001111110011111101011011001111110011111100111111 | 3f3f3f5b3f3f3f |
SJIS-WIN | 蒻??[蒻?? | 111001001110100000111111001111110101101111100100111010000011111100111111 | e4e83f3f5be4e83f3f |
EUC-JP | 蒻??[蒻?? | 111010001110101000111111001111110101101111101000111010100011111100111111 | e8ea3f3f5be8ea3f3f |
UTF-8 | 蒻몌숱[蒻몌쉴 | 11101000100100101011101111101011101010101000110011101100100010001011000101011011111010001001001010111011111010111010101010001100111011001000100110110100 | e892bbebaa8cec88b15be892bbebaa8cec89b4 |
UHC | 蒻몌숱[蒻몌쉴 | 11100101101101101011100011101111101111011010001001011011111001011011011010111000111011111011110110101111 | e5b6b8efbda25be5b6b8efbdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)