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 | 狃猗狃猾 | 1110000010111011111000001100011011100000101110111110000011001111 | e0bbe0c6e0bbe0cf |
EUC-JP | 狃猗狃猾 | 1110000010111101111000001100100011100000101111011110000011010001 | e0bde0c8e0bde0d1 |
UTF-8 | 狃猗狃猾 | 111001111000101110000011111001111000110010010111111001111000101110000011111001111000110010111110 | e78b83e78c97e78b83e78cbe |
UHC | ???猾 | 0011111100111111001111111111110011000010 | 3f3f3ffcc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)