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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 什?? | 10001111010110010011111100111111 | 8f593f3f |
EUC-JP | 什?? | 10111101101110100011111100111111 | bdba3f3f |
UTF-8 | 什쇽쉼 | 111001001011101110000000111011001000011110111101111011001000100110111100 | e4bb80ec87bdec89bc |
UHC | 什쇽쉼 | 111001001010011110111100111011111011110110110000 | e4a7bcefbdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)