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 | 筌??旬?─ | 111000101010001100111111001111111000111101111011001111111000010010011111 | e2a33f3f8f7b3f849f |
EUC-JP | 筌??旬?─ | 111001001010010100111111001111111011110111011100001111111010100010100001 | e4a53f3fbddc3fa8a1 |
UTF-8 | 筌뚯뭿旬븝─ | 111001111010110110001100111010111001101010101111111010111010110110111111111001101001011110101100111010111011100010011101111000101001010010000000 | e7ad8ceb9aafebadbfe697acebb89de29480 |
UHC | 筌뚯뭿旬븝─ | 111011111010011110001100111011001001001010001110111000101110001010111010111011111010011010100001 | efa78cec928ee2e2baefa6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)