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 | 奧??烏?奧 | 100110101111101000111111001111111000100101000111001111111001101011111010 | 9afa3f3f89473f9afa |
EUC-JP | 奧??烏?奧 | 110101001111110000111111001111111011000110101000001111111101010011111100 | d4fc3f3fb1a83fd4fc |
UTF-8 | 奧섌쭠烏냜奧 | 111001011010010110100111111011001000010010001100111011001010110110100000111001111000001110001111111010111000001110011100111001011010010110100111 | e5a5a7ec848cecada0e7838feb839ce5a5a7 |
UHC | 奧섌쭠烏냜奧 | 111001111111001110011000111010011010011110010101111010001010000110000110011010001110011111110011 | e7f398e9a795e8a18668e7f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)