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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???姨??^ | 0011111100111111001111111001101101001000001111110011111101011110 | 3f3f3f9b483f3f5e |
EUC-JP | ???姨??^ | 0011111100111111001111111101010110101001001111110011111101011110 | 3f3f3fd5a93f3f5e |
UTF-8 | 吏몄콐姨랁슙^ | 11101111101001111001111011101011101010101000010011101100101111011001000011100101101001111010100011101011100111101000000111101100100010101001100101011110 | efa79eebaa84ecbd90e5a7a8eb9e81ec8a995e |
UHC | 吏몄콐姨랁슙^ | 11101100101001111011100011101100101100011000110011101100101010011000110111101101100110101010011101011110 | eca7b8ecb18ceca98ded9aa75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)