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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 瑤??倭??\ | 111010101010001000111111001111111001100001100000001111110011111101011100 | eaa23f3f98603f3f5c |
EUC-JP | 瑤??倭??\ | 111101001010010000111111001111111100111111000001001111110011111101011100 | f4a43f3fcfc13f3f5c |
UTF-8 | 瑤쒙쉑倭랃슭\ | 11100111100100011010010011101100100100101001100111101100100010011001000111100101100000001010110111101011100111101000001111101100100010101010110101011100 | e791a4ec9299ec8991e580adeb9e83ec8aad5c |
UHC | 瑤쒙쉑倭랃슭\ | 11101000111111011001110011101111101111011010011111101000110111101000110111101111101111011011111001011100 | e8fd9cefbda7e8de8defbdbe5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)