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 | 111011001000001010101010111011001001110010111011010110011110110010000010101010101110110010011100101110110110001001000101 | ec82aaec9cbb59ec82aaec9cbb6245 |
UHC | 삪윻Y삪윻bE | 1001100010101001100111111011010101011001100110001010100110011111101101010110001001000101 | 98a99fb55998a99fb56245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)