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 | 涅??揖?? | 1001111110111000001111110011111110010111010010110011111100111111 | 9fb83f3f974b3f3f |
EUC-JP | 涅??揖?? | 1101111010111010001111110011111111001101101011000011111100111111 | deba3f3fcdac3f3f |
UTF-8 | 涅곕냲揖쇗뒿 | 111001101011011010000101111010101011001110010101111010111000001110110010111001101000111110010110111011001000011110010111111010111001001010111111 | e6b685eab395eb83b2e68f96ec8797eb92bf |
UHC | 涅곕냲揖쇗뒿 | 111001101110111010110000111010111000011010000010111010111110011110111100111001101000101010110101 | e6eeb0eb8682ebe7bce68ab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)