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 | 癲??循?? | 1110000110011111001111110011111110001111011110100011111100111111 | e19f3f3f8f7a3f3f |
EUC-JP | 癲??循?? | 1110001010100001001111110011111110111101110110110011111100111111 | e2a13f3fbddb3f3f |
UTF-8 | 癲얠띂循닷죰 | 111001111001100110110010111011001001011010100000111010111001110110000010111001011011111010101010111010111000101110110111111011001010001110110000 | e799b2ec96a0eb9d82e5beaaeb8bb7eca3b0 |
UHC | 癲얠띂循닷죰 | 111011111010011010111110111011001000110110111101111000101110000010110100111001011010000110001011 | efa6beec8dbde2e0b4e5a18b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)