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 | 髫ィ讓るェィ | 111010011001101010101000111001101010100010000010111010011010101010101000 | e99aa8e6a882e9aaa8 |
EUC-JP | 髫ィ讓るェィ | 111100011111101010001110101010001110110010101010101001001110101110001110101010101000111010101000 | f1fa8ea8ecaaa4eb8eaa8ea8 |
UTF-8 | 髫ィ讓るェィ | 111010011010101110101011111011111011110110101000111010001010111010010011111000111000001010001011111011111011110110101010111011111011110110101000 | e9ababefbda8e8ae93e3828befbdaaefbda8 |
UHC | ??讓る?? | 0011111100111111111001011101001110101010111010110011111100111111 | 3f3fe5d3aaeb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)