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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霽?在?乃 | 1110100011000111001111111000110111011101001111111001010001010100 | e8c73f8ddd3f9454 |
EUC-JP | 霽?在?乃 | 1111000011001001001111111011101011011111001111111100011110110101 | f0c93fbadf3fc7b5 |
UTF-8 | 霽렱在쯤乃 | 111010011001110010111101111010111010000010110001111001011001110010101000111011001010111110100100111001001011100110000011 | e99cbdeba0b1e59ca8ecafa4e4b983 |
UHC | 霽렱在쯤乃 | 11110000101110001000111010111110111011101010010011000010111010111101001010101100 | f0b88ebeeea4c2ebd2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)