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 | 役??億?? | 1001011011110000001111110011111110001001101011010011111100111111 | 96f03f3f89ad3f3f |
EUC-JP | 役??億?? | 1100110011110010001111110011111110110010101011110011111100111111 | ccf23f3fb2af3f3f |
UTF-8 | 役⑸젾億쇰젩 | 111001011011110110111001111000101001000110111000111011001010000010111110111001011000010010000100111011001000011110110000111011001010000010101001 | e5bdb9e291b8eca0bee58484ec87b0eca0a9 |
UHC | 役⑸젾億쇰젩 | 111001101011010110101001111010111010000010110000111001011110001010111100111010111010000010100001 | e6b5a9eba0b0e5e2bceba0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)