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 | ?蜈??蜈薪 | 001111111110010110000101001111110011111111100101100001011001000001100100 | 3fe5853f3fe5859064 |
EUC-JP | ?蜈??蜈薪 | 001111111110100111100101001111110011111111101001111001011011111111000101 | 3fe9e53f3fe9e5bfc5 |
UTF-8 | 댚蜈돍댚蜈薪 | 111010111000110010011010111010001001110010001000111010111000111110001101111010111000110010011010111010001001110010001000111010001001011010101010 | eb8c9ae89c88eb8f8deb8c9ae89c88e896aa |
UHC | 댚蜈돍댚蜈薪 | 100010001011111011101000101001011000100110011011100010001011111011101000101001011110001111101111 | 88bee8a5899b88bee8a5e3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)