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 | ???薪?? | 00111111001111110011111110010000011001000011111100111111 | 3f3f3f90643f3f |
EUC-JP | ???薪?? | 00111111001111110011111110111111110001010011111100111111 | 3f3f3fbfc53f3f |
UTF-8 | 렊롚쒔薪렖렋 | 111010111010000010001010111010111010000110011010111011001001001010010100111010001001011010101010111010111010000010010110111010111010000010001011 | eba08aeba19aec9294e896aaeba096eba08b |
UHC | 렊롚쒔薪렖렋 | 100011101010000110001110110111101011111010101101111000111110111110001110101010111000111010100010 | 8ea18edebeade3ef8eab8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)