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 | 辿速即脱族遜 | 100100100100100010010001101011001001000110100110100100100100010110010001101100001001000110111011 | 924891ac91a6924591b091bb |
EUC-JP | 辿速即脱族遜 | 110000111010100111000010101011101100001010101000110000111010011011000010101100101100001010111101 | c3a9c2aec2a8c3a6c2b2c2bd |
UTF-8 | 辿速即脱族遜 | 111010001011111010111111111010011000000010011111111001011000110110110011111010001000010010110001111001101001011110001111111010011000000110011100 | e8bebfe9809fe58db3e884b1e6978fe9819c |
UHC | ?速??族遜 | 001111111110000111011100001111110011111111110000111010011110000111100001 | 3fe1dc3f3ff0e9e1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)