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 | 贒サ郞誹峠郞 | 1111101110101111101110111111101110110110100101001110111010010011101110111111101110110110 | fbafbbfbb694ee93bbfbb6 |
EUC-JP | 贒サ?誹峠? | 1000111111011111110000111000111010111011001111111100100011110000110001101011110100111111 | 8fdfc38ebb3fc8f0c6bd3f |
UTF-8 | 贒サ郞誹峠郞 | 111010001011010010010010111011111011110110111011111010011000001110011110111010001010101010111001111001011011001110100000111010011000001110011110 | e8b492efbdbbe9839ee8aab9e5b3a0e9839e |
UHC | ??郞誹峠郞 | 00111111001111111101010111001101110111101010011011011111110001111101010111001101 | 3f3fd5cddea6dfc7d5cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)