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 | 治錞執丈゙ | 1111000010101101100011101010000111111011110110111000111010110111100011111110010011011110 | f0ad8ea1fbdb8eb78fe4de |
EUC-JP | ?治錞執丈゙ | 001111111011110010100011100011111110010011011100101111001011100110111110111001101000111011011110 | 3fbca38fe4dcbcb9bee68ede |
UTF-8 | 治錞執丈゙ | 111011101000000110101100111001101011001010111011111010011000110010011110111001011001111110110111111001001011100010001000111011111011111010011110 | ee81ace6b2bbe98c9ee59fb7e4b888efbe9e |
UHC | ?治錞執丈? | 00111111111101101011110111100010111101101111001011111011111011011101101100111111 | 3ff6bde2f6f2fbeddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)