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 | 湿痔上羸ニ屡 | 1000111010111100100011101010010010001111111000111110001110111110110001101000111011000110 | 8ebc8ea48fe3e3bec68ec6 |
EUC-JP | 湿痔上羸ニ屡 | 101111001011111010111100101001101011111011100101111001101100000010001110110001101011110011001000 | bcbebca6bee5e6c08ec6bcc8 |
UTF-8 | 湿痔上羸ニ屡 | 111001101011100110111111111001111001011110010100111001001011100010001010111001111011111010111000111011111011111010000110111001011011000110100001 | e6b9bfe79794e4b88ae7beb8efbe86e5b1a1 |
UHC | ?痔上羸?? | 001111111111011011000000110111111011111011010111111010000011111100111111 | 3ff6c0dfbed7e83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)