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 | 阿??唯?? | 1000100010100010001111110011111110010111010000100011111100111111 | 88a23f3f97423f3f |
EUC-JP | 阿??唯?ł | 10110000101001000011111100111111110011011010001100111111100011111010100111001000 | b0a43f3fcda33f8fa9c8 |
UTF-8 | 阿잛빇唯잏ł | 1110100110011000101111111110110010011110100110111110101110111001100001111110010110010100101011111110110010011110100011111100010110000010 | e998bfec9e9bebb987e594afec9e8fc582 |
UHC | 阿잛빇唯잏ł | 111001001011100110011111111011001001010110101110111010101110011010011111111001111010100110101001 | e4b99fec95aeeae69fe7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)