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 | 111011001001100010111101111010011010010110010010010110011110110010011000101111011110100110100101100100100110001001000101 | ec98bde9a59259ec98bde9a5926245 |
UHC | 옽饒Y옽饒bE | 1001111010110010111010011010111001011001100111101011001011101001101011100110001001000101 | 9eb2e9ae599eb2e9ae6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)