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 | 絶??也o? | 100100001110001000111111001111111001011011100111100000101000111100111111 | 90e23f3f96e7828f3f |
EUC-JP | 絶??也o? | 110000001110010000111111001111111100110011101001101000111110111100111111 | c0e43f3fcce9a3ef3f |
UTF-8 | 絶롲봽也o숲 | 111001111011010110110110111010111010000110110010111010111011010010111101111001001011100110011111111011111011110110001111111011001000100010110010 | e7b5b6eba1b2ebb4bde4b99fefbd8fec88b2 |
UHC | 絶롲봽也o숲 | 111011111011111010001110111011101001010010000100111001011010010110100011111011111011110110100011 | efbe8eee9484e5a5a3efbda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)