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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???游? | 001111110011111100111111100111111110000000111111 | 3f3f3f9fe03f |
EUC-JP | ???游? | 001111110011111100111111110111101110001000111111 | 3f3f3fdee23f |
UTF-8 | 了쏅뀾游퇕 | 111011111010011010111010111011001000111110000101111010111000000010111110111001101011100010111000111011011000011110010101 | efa6baec8f85eb80bee6b8b8ed8795 |
UHC | 了쏅뀾游퇕 | 11101000111001111001101111101011100001011011010011101010111111011011100001000110 | e8e79beb85b4eafdb846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)