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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蹄縫肩 | 100100101111101110010110010001001000110010101000 | 92fb96448ca8 |
EUC-JP | 蹄縫肩 | 110001001111110111001011101001011011100010101010 | c4fdcba5b8aa |
UTF-8 | 蹄縫肩 | 111010001011100110000100111001111011100010101011111010001000001010101001 | e8b984e7b8abe882a9 |
UHC | 蹄縫肩 | 111100001011010011011100111011101100110010110111 | f0b4dceeccb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)