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 | 癲る?惟?? | 111000011001111110000010111010010011111110001000110100100011111100111111 | e19f82e93f88d23f3f |
EUC-JP | 癲る?惟?? | 111000101010000110100100111010110011111110110000110101000011111100111111 | e2a1a4eb3fb0d43f3f |
UTF-8 | 癲る뿃惟듯렰 | 111001111001100110110010111000111000001010001011111010111011111110000011111001101000001110011111111010111001001110101111111010111010000010110000 | e799b2e3828bebbf83e6839feb93afeba0b0 |
UHC | 癲る뿃惟듯렰 | 111011111010011010101010111010111001011110001011111010101110111010110101111011011000111010111101 | efa6aaeb978beaeeb5ed8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)