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 | 100011111010100111000001101000011101110111111010101111101011010001000010 | 8fa9c1a1ddfabeb442 |
EUC-JP | 娼チ。ン悊エB | 1011111010101011100011101100000110001110101000011000111011011101100011111011110111110000100011101011010001000010 | beab8ec18ea18edd8fbdf08eb442 |
UTF-8 | 娼チ。ン悊エB | 11100101101010001011110011101111101111101000000111101111101111011010000111101111101111101001110111100110100000101000101011101111101111011011010001000010 | e5a8bcefbe81efbda1efbe9de6828aefbdb442 |
UHC | 娼?????B | 1111001111011110001111110011111100111111001111110011111101000010 | f3de3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)