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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 音??腱 | 100010011011100100111111001111111110010001000110 | 89b93f3fe446 |
EUC-JP | 音??腱 | 101100101011101100111111001111111110011110100111 | b2bb3f3fe7a7 |
UTF-8 | 音ㅣ댄腱 | 111010011001111110110011111000111000010110100011111010111000110010000100111010001000010110110001 | e99fb3e385a3eb8c84e885b1 |
UHC | 音ㅣ댄腱 | 1110101111100101101001001101001110110100111011011100101111110010 | ebe5a4d3b4edcbf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)