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 | 俉??疫?? | 1111101001100001001111110011111110001001011101010011111100111111 | fa613f3f89753f3f |
EUC-JP | 俉??疫?? | 100011111011000110111011001111110011111110110001110101100011111100111111 | 8fb1bb3f3fb1d63f3f |
UTF-8 | 俉드뫕疫딃걻 | 111001001011111110001001111010111001001110011100111010111010101110010101111001111001011010101011111010111001010010000011111010101011000110111011 | e4bf89eb939cebab95e796abeb9483eab1bb |
UHC | 俉드뫕疫딃걻 | 111001111110101110110101111001011001000110110111111001101011100110001010111010011000000110011110 | e7ebb5e591b7e6b98ae9819e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)