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 | 雅??受?? | 1000100111101011001111110011111110001110111100110011111100111111 | 89eb3f3f8ef33f3f |
EUC-JP | 雅??受?? | 1011001011101101001111110011111110111100111101010011111100111111 | b2ed3f3fbcf53f3f |
UTF-8 | 雅먭퉭受뜸틦 | 111010011001101110000101111010111010100010101101111011011000100110101101111001011000111110010111111010111001110010111000111011011000101110100110 | e99b85eba8aded89ade58f97eb9cb8ed8ba6 |
UHC | 雅먭퉭受뜸틦 | 111001001011101010010000111010101011100110000101111000011111010010110110111001001011101010010000 | e4ba90eab985e1f4b6e4ba90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)