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 | 111011001001110110101111111011001001111010011100010110011110110010011101101011111110110010011110100111000110001001000101 | ec9dafec9e9c59ec9dafec9e9c6245 |
UHC | 읯잜Y읯잜bE | 1001111111010101100111111110110101011001100111111101010110011111111011010110001001000101 | 9fd59fed599fd59fed6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)