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 | 音?持 | 1000100110111001001111111000111010011101 | 89b93f8e9d |
EUC-JP | 音?持 | 1011001010111011001111111011101111111101 | b2bb3fbbfd |
UTF-8 | 音렏持 | 111010011001111110110011111010111010000010001111111001101000110010000001 | e99fb3eba08fe68c81 |
UHC | 音렏持 | 111010111110010110001110101001011111001010100101 | ebe58ea5f2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)