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 | 雅??訝?? | 1000100111101011001111110011111111100110011000100011111100111111 | 89eb3f3fe6623f3f |
EUC-JP | 雅??訝?? | 1011001011101101001111110011111111101011110000110011111100111111 | b2ed3f3febc33f3f |
UTF-8 | 雅덇괠訝됱옋 | 111010011001101110000101111010111000110110000111111010101011010010100000111010001010100010011101111010111001000010110001111011001001100010001011 | e99b85eb8d87eab4a0e8a89deb90b1ec988b |
UHC | 雅덇괠訝됱옋 | 111001001011101010001000111010101011000110100111111001001011100010001001111011001001111010010011 | e4ba88eab1a7e4b889ec9e93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)