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 | 筌??乙?─ | 111000101010001100111111001111111000100110110011001111111000010010011111 | e2a33f3f89b33f849f |
EUC-JP | 筌??乙?─ | 111001001010010100111111001111111011001010110101001111111010100010100001 | e4a53f3fb2b53fa8a1 |
UTF-8 | 筌뚯떝乙볩─ | 111001111010110110001100111010111001101010101111111010111001011010011101111001001011100110011001111010111011001110101001111000101001010010000000 | e7ad8ceb9aafeb969de4b999ebb3a9e29480 |
UHC | 筌뚯떝乙볩─ | 111011111010011110001100111011001000101110110011111010111110000010010011111011111010011010100001 | efa78cec8bb3ebe093efa6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)