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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???辱?? | 00111111001111110011111110010000010010100011111100111111 | 3f3f3f904a3f3f |
EUC-JP | ???辱?? | 00111111001111110011111110111111101010110011111100111111 | 3f3f3fbfab3f3f |
UTF-8 | 了묋뮅辱녻눎 | 111011111010011010111010111010111010110010001011111010111010111010000101111010001011111010110001111010111000010110111011111010111000100010001110 | efa6baebac8bebae85e8beb1eb85bbeb888e |
UHC | 了묋뮅辱녻눎 | 111010001110011110010001111010001001001010010100111010011011010010000110111010001000011110101010 | e8e791e89294e9b486e887aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)