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 | 畏??謠?? | 1000100011011000001111110011111111100110100011110011111100111111 | 88d83f3fe68f3f3f |
EUC-JP | 畏??謠?? | 1011000011011010001111110011111111101011111011110011111100111111 | b0da3f3febef3f3f |
UTF-8 | 畏쇽풛謠쇽슐 | 111001111001010110001111111011001000011110111101111011011001001010011011111010001010110010100000111011001000011110111101111011001000101010010000 | e7958fec87bded929be8aca0ec87bdec8a90 |
UHC | 畏쇽풛謠쇽슐 | 111010001110011010111100111011111011111010011110111010011010101010111100111011111011110110110110 | e8e6bcefbe9ee9aabcefbdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)