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 | 甕???甕? | 1110000101010000001111110011111100111111111000010101000000111111 | e1503f3f3fe1503f |
EUC-JP | 甕???甕? | 1110000110110001001111110011111100111111111000011011000100111111 | e1b13f3f3fe1b13f |
UTF-8 | 甕앇딁덩甕앾 | 111001111001010010010101111011001001010110000111111010111001010010000001111010111000110110101001111001111001010010010101111011001001010110111110 | e79495ec9587eb9481eb8da9e79495ec95be |
UHC | 甕앇딁덩甕앾 | 111010001011100010011101110100011000101011100111101101011010001011101000101110001001110111101111 | e8b89dd18ae7b5a2e8b89def |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)