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 | 野藪? | 1001011011101100111001010100110100111111 | 96ece54d3f |
EUC-JP | 野藪? | 1100110011101110111010011010111000111111 | cceee9ae3f |
UTF-8 | 野藪뼨 | 111010011000011110001110111010001001011110101010111010111011110010101000 | e9878ee897aaebbca8 |
UHC | 野藪뼨 | 111001011010111111100010101111111001011010101011 | e5afe2bf96ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)