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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 載絲?億 | 10001101110110101110001101001110001111111000100110101101 | 8ddae34e3f89ad |
EUC-JP | 載絲?億 | 10111010110111001110010110101111001111111011001010101111 | badce5af3fb2af |
UTF-8 | 載絲짊億 | 111010001011110010001001111001111011010110110010111011001010011110001010111001011000010010000100 | e8bc89e7b5b2eca78ae58484 |
UHC | 載絲짊億 | 1110111010110000110111101110101011000001111110111110010111100010 | eeb0deeac1fbe5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)