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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | ?饒Y?饒bE | 001111111110100101100000010110010011111111101001011000000110001001000101 | 3fe960593fe9606245 |
EUC-JP | ?饒Y?饒bE | 001111111111000111000001010110010011111111110001110000010110001001000101 | 3ff1c1593ff1c16245 |
UTF-8 | 덪饒Y덪饒bE | 111010111000110110101010111010011010010110010010010110011110101110001101101010101110100110100101100100100110001001000101 | eb8daae9a59259eb8daae9a5926245 |
UHC | 덪饒Y덪饒bE | 1000100101000011111010011010111001011001100010010100001111101001101011100110001001000101 | 8943e9ae598943e9ae6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)