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 | 湿狎雫湿酌 | 100011101011110011100000101111101000111010110100100011101011110010001110110111101111000011100111 | 8ebce0be8eb48ebc8edef0e7 |
EUC-JP | 湿狎雫湿酌? | 1011110010111110111000001100000010111100101101101011110010111110101111001110000000111111 | bcbee0c0bcb6bcbebce03f |
UTF-8 | 湿狎雫湿酌 | 111001101011100110111111111001111000101110001110111010011001101110101011111001101011100110111111111010011000010110001100111011101000001010100110 | e6b9bfe78b8ee99babe6b9bfe9858cee82a6 |
UHC | ?狎??酌? | 0011111111100100111001000011111100111111111011011100110000111111 | 3fe4e43f3fedcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)