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 | 壌恝ヲセス宍 | 100011111110101111111010101111001010011010111110101111011000111010110011 | 8febfabca6bebd8eb3 |
EUC-JP | 壌恝ヲセス宍 | 10111110111011011000111110111101111001111000111010100110100011101011111010001110101111011011110010110101 | beed8fbde78ea68ebe8ebdbcb5 |
UTF-8 | 壌恝ヲセス宍 | 111001011010001110001100111001101000000110011101111011111011110110100110111011111011110110111110111011111011110110111101111001011010111010001101 | e5a38ce6819defbda6efbdbeefbdbde5ae8d |
UHC | ?恝???? | 00111111110011101011111100111111001111110011111100111111 | 3fcebf3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)