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 | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 療쏙슥Y療쏙슥bE | 111011111010011110000001111011001000111110011001111011001000101010100101010110011110111110100111100000011110110010001111100110011110110010001010101001010110001001000101 | efa781ec8f99ec8aa559efa781ec8f99ec8aa56245 |
UHC | 療쏙슥Y療쏙슥bE | 111010001111111010111101111011111011110110111011010110011110100011111110101111011110111110111101101110110110001001000101 | e8febdefbdbb59e8febdefbdbb6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)