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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ゚ク。ヘ罘フト | 1101111110111000101000011100110111100011101001111100110011000100 | dfb8a1cde3a7ccc4 |
EUC-JP | ゚ク。ヘ罘フト | 1000111011011111100011101011100010001110101000011000111011001101111001101010100110001110110011001000111011000100 | 8edf8eb88ea18ecde6a98ecc8ec4 |
UTF-8 | ゚ク。ヘ罘フト | 111011111011111010011111111011111011110110111000111011111011110110100001111011111011111010001101111001111011110110011000111011111011111010001100111011111011111010000100 | efbe9fefbdb8efbda1efbe8de7bd98efbe8cefbe84 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)