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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 汚??節←?] | 10001001100110000011111100111111100100001101111110000001101010010011111101011101 | 89983f3f90df81a93f5d |
EUC-JP | 汚??節←?] | 10110001111110000011111100111111110000001110000110100010101010110011111101011101 | b1f83f3fc0e1a2ab3f5d |
UTF-8 | 汚믣퉿節←쑈] | 11100110101100011001101011101011101011111010001111101101100010011011111111100111101011111000000011100010100001101001000011101100100100011000100001011101 | e6b19aebafa3ed89bfe7af80e28690ec91885d |
UHC | 汚믣퉿節←쑈] | 11100111111111011001001011100101101110011001011111101111101111011010000111100111101111101010010001011101 | e7fd92e5b997efbda1e7bea45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)