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 | 役??松?役 | 100101101111000000111111001111111000111110111100001111111001011011110000 | 96f03f3f8fbc3f96f0 |
EUC-JP | 役??松?役 | 110011001111001000111111001111111011111010111110001111111100110011110010 | ccf23f3fbebe3fccf2 |
UTF-8 | 役대끋松쩲役 | 111001011011110110111001111010111000110010000000111010111000000110001011111001101001110110111110111011001010100110110010111001011011110110111001 | e5bdb9eb8c80eb818be69dbeeca9b2e5bdb9 |
UHC | 役대끋松쩲役 | 111001101011010110110100111010111000010110111101111000011110011010100101011010001110011010110101 | e6b5b4eb85bde1e6a568e6b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)