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 | 髯ス髻育ォ檻 | 11101001100110011011110111101001100111111000100011100111101010111001111101000010 | e999bde99f88e7ab9f42 |
EUC-JP | 髯ス髻育ォ檻 | 111100011111100110001110101111011111001010100001101100001110100110001110101010111101110110100011 | f1f98ebdf2a1b0e98eabdda3 |
UTF-8 | 髯ス髻育ォ檻 | 111010011010101110101111111011111011110110111101111010011010101110111011111010001000001010110010111011111011110110101011111001101010101010111011 | e9abafefbdbde9abbbe882b2efbdabe6aabb |
UHC | ???育?檻 | 0011111100111111001111111110101111000000001111111111100111100011 | 3f3f3febc03ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)