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 | 一??箏 | 100010001110101000111111001111111110001010110101 | 88ea3f3fe2b5 |
EUC-JP | 一??箏 | 101100001110110000111111001111111110010010110111 | b0ec3f3fe4b7 |
UTF-8 | 一띌볜箏 | 111001001011100010000000111010111001110110001100111010111011001110011100111001111010111010001111 | e4b880eb9d8cebb39ce7ae8f |
UHC | 一띌볜箏 | 1110110011101001101101101110100110111010101101111110111010110100 | ece9b6e9bab7eeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)