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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 提?醍豆 | 10010010111100010011111110010001111001111001001110100100 | 92f13f91e793a4 |
EUC-JP | 提?醍豆 | 11000100111100110011111111000010111010011100011010100110 | c4f33fc2e9c6a6 |
UTF-8 | 提렩醍豆 | 111001101000111110010000111010111010000010101001111010011000011010001101111010001011000110000110 | e68f90eba0a9e9868de8b186 |
UHC | 提렩醍豆 | 1111000010101011100011101011011111110000101101011101010011100111 | f0ab8eb7f0b5d4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)