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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 意??濡?? | 1000100011010011001111110011111110010100010001110011111100111111 | 88d33f3f94473f3f |
EUC-JP | 意??濡?? | 1011000011010101001111110011111111000111101010000011111100111111 | b0d53f3fc7a83f3f |
UTF-8 | 意먮젡濡녿ㅇ | 111001101000010010001111111010111010100010101110111011001010000010100001111001101011111110100001111010111000010110111111111000111000010110000111 | e6848feba8aeeca0a1e6bfa1eb85bfe38587 |
UHC | 意먮젡濡녿ㅇ | 111010111111001010010000111010111010000010011010111010111010000110000110111010111010010010110111 | ebf290eba09aeba186eba4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)