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 | ??操屋 | 001111110011111110010001100000001000100110101110 | 3f3f918089ae |
EUC-JP | ??操屋 | 001111110011111111000001111000001011001010110000 | 3f3fc1e0b2b0 |
UTF-8 | 센셀操屋 | 111011001000010010111100111011001000010110000000111001101001001110001101111001011011000110001011 | ec84bcec8580e6938de5b18b |
UHC | 센셀操屋 | 1011110010111110101111001011111111110000110000111110100010101001 | bcbebcbff0c3e8a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)