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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迹ー逵帷垈 | 111001111001000110110000111001111001110010011011111001111001101010110000 | e791b0e79c9be79ab0 |
EUC-JP | 迹ー逵帷垈 | 11101101111100011000111010110000111011011111110011010110111010011101010010110010 | edf18eb0edfcd6e9d4b2 |
UTF-8 | 迹ー逵帷垈 | 111010001011111110111001111011111011110110110000111010011000000010110101111001011011100010110111111001011001111010001000 | e8bfb9efbdb0e980b5e5b8b7e59e88 |
UHC | 迹?逵?垈 | 1110111011101001001111111101000010110000001111111101001111011100 | eee93fd0b03fd3dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)