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 | 泳??吟?? | 1000100101101010001111110011111110001011111000010011111100111111 | 896a3f3f8be13f3f |
EUC-JP | 泳??吟?? | 1011000111001011001111110011111110110110111000110011111100111111 | b1cb3f3fb6e33f3f |
UTF-8 | 泳쒙쪖吟먪텧 | 111001101011001110110011111011001001001010011001111011001010101010010110111001011001000010011111111010111010100010101010111011011000010110100111 | e6b3b3ec9299ecaa96e5909feba8aaed85a7 |
UHC | 泳쒙쪖吟먪텧 | 111001111011011010011100111011111010010110010000111010111110000110010000111001111011011010011100 | e7b69cefa590ebe190e7b69c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)