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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??設??設B | 001111110011111110010000110111010011111100111111100100001101110101000010 | 3f3f90dd3f3f90dd42 |
EUC-JP | ??設??設B | 001111110011111111000000110111110011111100111111110000001101111101000010 | 3f3fc0df3f3fc0df42 |
UTF-8 | 손섞設손섞設B | 11101100100001101001000011101100100001001001111011101000101010001010110111101100100001101001000011101100100001001001111011101000101010001010110101000010 | ec8690ec849ee8a8adec8690ec849ee8a8ad42 |
UHC | 손섞設손섞設B | 10111100110101011011110010101111111000001110001010111100110101011011110010101111111000001110001001000010 | bcd5bcafe0e2bcd5bcafe0e242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)