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 | 濡????? | 10010100010001110011111100111111001111110011111100111111 | 94473f3f3f3f3f |
EUC-JP | 濡??饔?? | 110001111010100000111111001111111000111111101000111011110011111100111111 | c7a83f3f8fe8ef3f3f |
UTF-8 | 濡쀫죯饔앮룪 | 111001101011111110100001111011001000000010101011111011001010001110101111111010011010010110010100111011001001010110101110111010111010001110101010 | e6bfa1ec80abeca3afe9a594ec95aeeba3aa |
UHC | 濡쀫죯饔앮룪 | 111010111010000110010111111010111010000110001010111010001011110110011101111001101000111110100001 | eba197eba18ae8bd9de68fa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)