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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 料썸텒劣쀧썣 | 111011111010011010111110111011001000110110111000111011011000010110010010111011111010011010011101111011001000000010100111111011001000110110100011 | efa6beec8db8ed8592efa69dec80a7ec8da3 |
UHC | 料썸텒劣쀧썣 | 111010001111011110111101111001101011011010001100111001101110101110010111111001111001101110010110 | e8f7bde6b68ce6eb97e79b96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)