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 | 雫鱶ホ骼゚ワ | 1111000011111010100011101011010011101001111001101100111011101001100011101101111111011100 | f0fa8eb4e9e6cee98edfdc |
EUC-JP | ?雫鱶ホ骼゚ワ | 00111111101111001011011011110010111010001000111011001110111100011110111010001110110111111000111011011100 | 3fbcb6f2e88ecef1ee8edf8edc |
UTF-8 | 雫鱶ホ骼゚ワ | 111011101000001010111001111010011001101110101011111010011011000110110110111011111011111010001110111010011010101010111100111011111011111010011111111011111011111010011100 | ee82b9e99babe9b1b6efbe8ee9aabcefbe9fefbe9c |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)