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 | 赱シ譚謎ク茨 | 11100110110111111011110011100110100111011001001111100100101110001000100011101111 | e6dfbce69d93e4b888ef |
EUC-JP | 赱シ譚謎ク茨 | 111011001110000110001110101111001110101111111101110001101110011010001110101110001011000011110001 | ece18ebcebfdc6e68eb8b0f1 |
UTF-8 | 赱シ譚謎ク茨 | 111010001011010110110001111011111011110110111100111010001010110110011010111010001010110010001110111011111011110110111000111010001000110010101000 | e8b5b1efbdbce8ad9ae8ac8eefbdb8e88ca8 |
UHC | ??譚謎?茨 | 001111110011111111010011110010011101101010111010001111111110110110111100 | 3f3fd3c9daba3fedbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)