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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | 調?咀?? | 10010010101100100011111110011001111100000011111100111111 | 92b23f99f03f3f |
EUC-JP | 調?咀®? | 110001001011010000111111110100101111001010001111101000101110111000111111 | c4b43fd2f28fa2ee3f |
UTF-8 | 調렒咀®렜 | 1110100010101010101111111110101110100000100100101110010110010010100000001100001010101110111010111010000010011100 | e8aabfeba092e59280c2aeeba09c |
UHC | 調렒咀®렜 | 11110000111000001000111010100111111011101011101010100010111001111000111010101110 | f0e08ea7eebaa2e78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)