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 | 吟℡?? | 100010111110000110000111100001000011111100111111 | 8be187843f3f |
EUC-JP | 吟??? | 1011011011100011001111110011111100111111 | b6e33f3f3f |
UTF-8 | 吟℡썬렽 | 111001011001000010011111111000101000010010100001111011001000110110101100111010111010000010111101 | e5909fe284a1ec8daceba0bd |
UHC | 吟℡썬렽 | 1110101111100001101000101110010110111101111000111000111011000101 | ebe1a2e5bde38ec5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)