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 | ??圓?? | 001111110011111110011010101000100011111100111111 | 3f3f9aa23f3f |
EUC-JP | 澔?圓?? | 1000111111001000111011000011111111010100101001000011111100111111 | 8fc8ec3fd4a43f3f |
UTF-8 | 澔뫄圓뤋툗 | 111001101011111010010100111010111010101110000100111001011001110010010011111010111010010010001011111011011000100010010111 | e6be94ebab84e59c93eba48bed8897 |
UHC | 澔뫄圓뤋툗 | 11111011110010111011100011111010111010101010110110001111101110111011100010001110 | fbcbb8faeaad8fbbb88e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)