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 | 襄場ウ∽闕隲 | 1110010111110101100011111110101010110011100000011110010011101000100011011110100010101011 | e5f58feab381e4e88de8ab |
EUC-JP | 襄場ウ∽闕隲 | 111010101111011110111110111011001000111010110011101000101110011011101111111011011111000010101101 | eaf7beec8eb3a2e6efedf0ad |
UTF-8 | 襄場ウ∽闕隲 | 111010001010010110000100111001011010000010110100111011111011110110110011111000101000100010111101111010011001011110010101111010011001101010110010 | e8a584e5a0b4efbdb3e288bde99795e99ab2 |
UHC | 襄場?∽闕? | 11100101110100011110110111011110001111111010000111101111110011111111010000111111 | e5d1edde3fa1efcff43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)