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 | 氏??室?? | 1000111010000001001111110011111110001110101110100011111100111111 | 8e813f3f8eba3f3f |
EUC-JP | 氏??室?? | 1011101111100001001111110011111110111100101111000011111100111111 | bbe13f3fbcbc3f3f |
UTF-8 | 氏딇뢓室뙊뢉 | 111001101011000010001111111010111001010010000111111010111010001010010011111001011010111010100100111010111001100110001010111010111010001010001001 | e6b08feb9487eba293e5aea4eb998aeba289 |
UHC | 氏딇뢓室뙊뢉 | 111001001010101110001010111011011000111101001110111000111111100010001100100011111000111101000101 | e4ab8aed8f4ee3f88c8f8f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)