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 | 瑤??弱?? | 1110101010100010001111110011111110001110111000110011111100111111 | eaa23f3f8ee33f3f |
EUC-JP | 瑤??弱?? | 1111010010100100001111110011111110111100111001010011111100111111 | f4a43f3fbce53f3f |
UTF-8 | 瑤껅퀟弱딁깽 | 111001111001000110100100111010101011101110000101111011011000000010011111111001011011110010110001111010111001010010000001111010101011100110111101 | e791a4eabb85ed809fe5bcb1eb9481eab9bd |
UHC | 瑤껅퀟弱딁깽 | 111010001111110110000011111001101011001110010011111001011011000010001010111001111011001010100100 | e8fd83e6b393e5b08ae7b2a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)