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 | 遙??畏?? | 1110101010100001001111110011111110001000110110000011111100111111 | eaa13f3f88d83f3f |
EUC-JP | 遙??畏?? | 1111010010100011001111110011111110110000110110100011111100111111 | f4a33f3fb0da3f3f |
UTF-8 | 遙쇿츒畏쇔폀 | 111010011000000110011001111011001000011110111111111011001011100010010010111001111001010110001111111011001000011110010100111011011000111110000000 | e98199ec87bfecb892e7958fec8794ed8f80 |
UHC | 遙쇿츒畏쇔폀 | 111010011010101110011001111001011010111010001101111010001110011010111100111001011011110010001111 | e9ab99e5ae8de8e6bce5bc8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)