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 | 癌??誼?┤ | 100010101110000000111111001111111000101101100010001111111000010010100111 | 8ae03f3f8b623f84a7 |
EUC-JP | 癌??誼?┤ | 101101001110001000111111001111111011010111000011001111111010100010101001 | b4e23f3fb5c33fa8a9 |
UTF-8 | 癌껊뜄誼븝┤ | 111001111001100110001100111010101011101110001010111010111001110010000100111010001010101010111100111010111011100010011101111000101001010010100100 | e7998ceabb8aeb9c84e8aabcebb89de294a4 |
UHC | 癌껊뜄誼븝┤ | 111001001101111110000011111010111000110110001000111010111111111010111010111011111010011010101001 | e4df83eb8d88ebfebaefa6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)