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 | 姨??姨??^ | 100110110100100000111111001111111001101101001000001111110011111101011110 | 9b483f3f9b483f3f5e |
EUC-JP | 姨?Ł姨??^ | 1101010110101001001111111000111110101001101010001101010110101001001111110011111101011110 | d5a93f8fa9a8d5a93f3f5e |
UTF-8 | 姨뚯Ł姨뚰쉪^ | 111001011010011110101000111010111001101010101111110001011000000111100101101001111010100011101011100110101011000011101100100010011010101001011110 | e5a7a8eb9aafc581e5a7a8eb9ab0ec89aa5e |
UHC | 姨뚯Ł姨뚰쉪^ | 11101100101010011000110011101100101010001010100111101100101010011000110011101101100110101000010001011110 | eca98ceca8a9eca98ced9a845e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)