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 | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 쓿롊롗Y쓿롊롗bE | 111011001001001110111111111010111010000110001010111010111010000110010111010110011110110010010011101111111110101110100001100010101110101110100001100101110110001001000101 | ec93bfeba18aeba19759ec93bfeba18aeba1976245 |
UHC | 쓿롊롗Y쓿롊롗bE | 101111101011011110001110110100001000111011011011010110011011111010110111100011101101000010001110110110110110001001000101 | beb78ed08edb59beb78ed08edb6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)