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 | 娃??箋∽?\ | 10001000101000010011111100111111111000101011001110000001111001000011111101011100 | 88a13f3fe2b381e43f5c |
EUC-JP | 娃??箋∽?\ | 10110000101000110011111100111111111001001011010110100010111001100011111101011100 | b0a33f3fe4b5a2e63f5c |
UTF-8 | 娃띰스箋∽쉔\ | 11100101101010001000001111101011100111011011000011101100100010101010010011100111101011101000101111100010100010001011110111101100100010011001010001011100 | e5a883eb9db0ec8aa4e7ae8be288bdec89945c |
UHC | 娃띰스箋∽쉔\ | 11101000110111111011011011101111101111011011101011101111101010001010000111101111101111011010100001011100 | e8dfb6efbdbaefa8a1efbda85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)