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 | ウッイ譴ヲ蔔 | 1011001110101111101100101110011010100010101001101110010011110111 | b3afb2e6a2a6e4f7 |
EUC-JP | ウッイ譴ヲ蔔 | 100011101011001110001110101011111000111010110010111011001010010010001110101001101110100011111001 | 8eb38eaf8eb2eca48ea6e8f9 |
UTF-8 | ウッイ譴ヲ蔔 | 111011111011110110110011111011111011110110101111111011111011110110110010111010001010110110110100111011111011110110100110111010001001010010010100 | efbdb3efbdafefbdb2e8adb4efbda6e89494 |
UHC | ???譴?蔔 | 0011111100111111001111111100110010111001001111111101110011011011 | 3f3f3fccb93fdcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)