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 | 涓樅瘠 | 100111111011000010011110111000001110000110001011 | 9fb09ee0e18b |
EUC-JP | 涓樅瘠 | 110111101011001011011100111000101110000111101011 | deb2dce2e1eb |
UTF-8 | 涓樅瘠 | 111001101011011010010011111001101010100010000101111001111001100010100000 | e6b693e6a885e798a0 |
UHC | 涓?瘠 | 1110011011001111001111111111010010110000 | e6cf3ff4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)