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 | 沃????? | 10010111100000000011111100111111001111110011111100111111 | 97803f3f3f3f3f |
EUC-JP | 沃??繇?? | 110011011110000000111111001111111000111111010100110100010011111100111111 | cde03f3f8fd4d13f3f |
UTF-8 | 沃우눃繇쎽풌 | 111001101011001010000011111011001001101010110000111010111000100010000011111001111011100110000111111011001000111010111101111011011001001010001100 | e6b283ec9ab0eb8883e7b987ec8ebded928c |
UHC | 沃우눃繇쎽풌 | 111010001010101010111111111011001000011110100100111010011010001110011011111001001011111010010001 | e8aabfec87a4e9a39be4be91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)