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 | ??諷? | 0011111100111111111001101000010100111111 | 3f3fe6853f |
EUC-JP | ??諷? | 0011111100111111111010111110010100111111 | 3f3febe53f |
UTF-8 | 댢겈諷쒷 | 111010111000110010100010111010101011001010001000111010001010101110110111111011001001001010110111 | eb8ca2eab288e8abb7ec92b7 |
UHC | 댢겈諷쒷 | 1000100011000101100000011010010111111001101001001001110101001110 | 88c581a5f9a49d4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)