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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??嬖?? | 001111110011111110011011011010010011111100111111 | 3f3f9b693f3f |
EUC-JP | ??嬖?? | 001111110011111111010101110010100011111100111111 | 3f3fd5ca3f3f |
UTF-8 | 뤈㉥嬖뤈㉥ | 111010111010010010001000111000111000100110100101111001011010110010010110111010111010010010001000111000111000100110100101 | eba488e389a5e5ac96eba488e389a5 |
UHC | 뤈㉥嬖뤈㉥ | 10001111101110001010100010110110111110001100011010001111101110001010100010110110 | 8fb8a8b6f8c68fb8a8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)