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 | 迚∴? | 1110011110001001100000011000100000111111 | e78981883f |
EUC-JP | 迚∴悈 | 11101101111010011010000111101000100011111011110111101111 | ede9a1e88fbdef |
UTF-8 | 迚∴悈 | 111010001011111110011010111000101000100010110100111001101000001010001000 | e8bf9ae288b4e68288 |
UHC | ?∴? | 00111111101000011100010100111111 | 3fa1c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)