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 | 十?? | 10001111010111000011111100111111 | 8f5c3f3f |
EUC-JP | 十?? | 10111101101111010011111100111111 | bdbd3f3f |
UTF-8 | 十덃댌 | 111001011000110110000001111010111000110110000011111010111000110010001100 | e58d81eb8d83eb8c8c |
UHC | 十덃댌 | 111001001010100010001000111001101000100010110101 | e4a888e688b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)