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 | 癲??巽ζ? | 111000011001111100111111001111111001001001000110100000111100010000111111 | e19f3f3f924683c43f |
EUC-JP | 癲??巽ζ? | 111000101010000100111111001111111100001110100111101001101100011000111111 | e2a13f3fc3a7a6c63f |
UTF-8 | 癲ⓥ뫖巽ζ뿬 | 1110011110011001101100101110001010010011101001011110101110101011100101101110010110110111101111011100111010110110111010111011111110101100 | e799b2e293a5ebab96e5b7bdceb6ebbfac |
UHC | 癲ⓥ뫖巽ζ뿬 | 111011111010011010101000111000101001000110111000111000011101111010100101111001101001011110101100 | efa6a8e291b8e1dea5e697ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)