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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 隰晏ョ溽ア・B | 11101000101011001001110111100101101011101001111111100111101100011010010101000010 | e8ac9de5ae9fe7b1a542 |
EUC-JP | 隰晏ョ溽ア・B | 11110000101011101101101011100111100011101010111011011110111010011000111010110001100011101010010101000010 | f0aedae78eaedee98eb18ea542 |
UTF-8 | 隰晏ョ溽ア・B | 11101001100110101011000011100110100110011000111111101111101111011010111011100110101110101011110111101111101111011011000111101111101111011010010101000010 | e99ab0e6998fefbdaee6babdefbdb1efbda542 |
UHC | ?晏????B | 0011111111100100110011110011111100111111001111110011111101000010 | 3fe4cf3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)