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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ホ睾濘 | 110011101111000111010000111000011100111011110001110011111110000001011110 | cef1d0e1cef1cfe05e |
EUC-JP | ホ?睾?濘 | 1000111011001110001111111110001011010000001111111101111110111111 | 8ece3fe2d03fdfbf |
UTF-8 | ホ睾濘 | 111011111011111010001110111011101000010110001011111001111001110110111110111011101000010110001010111001101011111110011000 | efbe8eee858be79dbeee858ae6bf98 |
UHC | ??睾?? | 001111110011111111001101110000100011111100111111 | 3f3fcdc23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)