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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 迹ー逵帷垈逶 | 1110011110010001101100001110011110011100100110111110011110011010101100001110011110011011 | e791b0e79c9be79ab0e79b |
EUC-JP | 迹ー逵帷垈逶 | 111011011111000110001110101100001110110111111100110101101110100111010100101100101110110111111011 | edf18eb0edfcd6e9d4b2edfb |
UTF-8 | 迹ー逵帷垈逶 | 111010001011111110111001111011111011110110110000111010011000000010110101111001011011100010110111111001011001111010001000111010011000000010110110 | e8bfb9efbdb0e980b5e5b8b7e59e88e980b6 |
UHC | 迹?逵?垈? | 111011101110100100111111110100001011000000111111110100111101110000111111 | eee93fd0b03fd3dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)