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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 第??燼?] | 1001000111100110001111110011111111100000100111100011111101011101 | 91e63f3fe09e3f5d |
EUC-JP | 第??燼?] | 1100001011101000001111110011111111011111111111100011111101011101 | c2e83f3fdffe3f5d |
UTF-8 | 第며께燼렜] | 11100111101011001010110011101011101010011011000011101010101110111001100011100111100001111011110011101011101000001001110001011101 | e7acaceba9b0eabb98e787bceba09c5d |
UHC | 第며께燼렜] | 1111000010101111101110001110011110110010101100101110001111101000100011101010111001011101 | f0afb8e7b2b2e3e88eae5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)