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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
EUC-JP | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
UTF-8 | 섈푿Y섈푿bE | 111011001000010010001000111011011001000110111111010110011110110010000100100010001110110110010001101111110110001001000101 | ec8488ed91bf59ec8488ed91bf6245 |
UHC | 섈푿Y섈푿bE | 1011110010101010110001111010110101011001101111001010101011000111101011010110001001000101 | bcaac7ad59bcaac7ad6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)