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 | 癲??悠∽┌ | 11100001100111110011111100111111100101110100100110000001111001001000010010100001 | e19f3f3f974981e484a1 |
EUC-JP | 癲??悠∽┌ | 11100010101000010011111100111111110011011010101010100010111001101010100010100011 | e2a13f3fcdaaa2e6a8a3 |
UTF-8 | 癲뉖뜃悠∽┌ | 111001111001100110110010111010111000100110010110111010111001110010000011111001101000001010100000111000101000100010111101111000101001010010001100 | e799b2eb8996eb9c83e682a0e288bde2948c |
UHC | 癲뉖뜃悠∽┌ | 111011111010011010000111111010111000110110000111111010101110110110100001111011111010011010100011 | efa687eb8d87eaeda1efa6a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)