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 | 音?灣 | 1000100110111001001111111110000001110011 | 89b93fe073 |
EUC-JP | 音?灣 | 1011001010111011001111111101111111010100 | b2bb3fdfd4 |
UTF-8 | 音ㅽ灣 | 111010011001111110110011111000111000010110111101111001111000000110100011 | e99fb3e385bde781a3 |
UHC | 音ㅽ灣 | 111010111110010110100100111011011101100010111101 | ebe5a4edd8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)